BaseStatisticParameter

StockSharp.Algo.Statistics

The base statistics parameter.

Наследует: NotifiableObject

Реализует: IStatisticParameter<T>, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Конструкторы

BaseStatisticParameter(StatisticParameterTypes)

Initialize BaseStatisticParameter.

type
Type

Свойства

Category : string

Category.

Description : string

The parameter description.

DisplayName : string

The displayed parameter name.

Name : string

Name.

Order : int

Order.

Type : StatisticParameterTypes

The type of the parameter value.

Value : T

The parameter value.

ValueType : Type

Value type.

Методы

Dispose()

Disposes of items in the pool that implement IDisposable.

Load(SettingsStorage)

To load the state of statistic parameter.

storage
Storage.
Reset()

Reset state.

Save(SettingsStorage)

To save the state of statistic parameter.

storage
Storage.